Welcome![Sign In][Sign Up]
Location:
Search - c mfc

Search list

[VC/MFCMFC实用教程

Description: 关于MFC编程的实用书籍,初学者一样可以以此为教程学习VC-MFC programming on the practical books, beginners can learn from this tutorial VC
Platform: | Size: 67584 | Author: 王佳彬 | Hits:

[BooksMFC详细讲解

Description: 书的内容建立在对MSDN和MFC SOURCE CODE的大量分析上,该书对于希望学习MFC的人来说,是较有价值的。-book based on the content of MSDN and MFC SOURCE CODE lot of analysis on the book for MFC hopes to learn who is more valuable.
Platform: | Size: 333824 | Author: 何华 | Hits:

[Other五子棋游戏C++源码

Description: 个人开发五子棋游戏的源代码,利用MFC实现,仅供参考!-personal development renju game's source code, using MFC for reference!
Platform: | Size: 72704 | Author: 博文 | Hits:

[OpenGL program纹理映射Texture

Description: 本程序在窗口中显示了一个加入纹理的场景,使得该场景更加真实,平滑,是基于单文档的MFC应用程序。 在本程序中,纹理场景是通过SetCheckTexture()函数生成的,然后通过DoTransform()函数 将—个顶点从物体坐标系转换到窗口坐标系,利用openGL进行矩阵计算,通过UpdateModelView()函数和InitMatrices()函数实现。-the procedures in the window shows a scene by adding texture, making the scene more real, smooth, is based on the MFC single document applications. In this process, the texture scene through SetCheckTexture () function generator, and then through DoTransform () function to-vertex from the object coordinate system conversion to the window frame, using openGL for matrix calculation, UpdateModelView () function and InitMatrices () Function.
Platform: | Size: 94208 | Author: 陈康 | Hits:

[Education soft systemc++学生管理系统

Description: 一个学生信息管理系统。用的是MFC ODBC来完成的。在成绩管理系统中,当查询到记录后要刷新,使所有的记录从新显示出来的话,如果系统中存在7000条记录的话,刷新一次的时间要20多秒钟,处理后,可以在用户查询后,在不到一秒中的时间内来完成刷新。另:用户名:good,密码:py-a student information management system. The MFC ODBC to be completed. The performance management system, when inquiries to the record to refresh so that all the records show that the new, and if there System 7000 record of the case, set a time of more than 20 seconds and processed, the user can inquiry, in less than one second of time to complete the update. Another : Username : good, Password : py
Platform: | Size: 2339840 | Author: 石飞 | Hits:

[Data structsMD5加密的C++类

Description: 这是一个好用的MD5的C++类;这个类可以加在控制台 程序中也可用在MFC中, 并且提供了详细的错误处理 函数,是一个安全的类。例程是一个MD5的MFC程序, 支持字符串和文件两种输入。 LPCSTR TargetFile(char *filename=NULL) //计算文件的MD5值 void TargetStr(LPCSTR str) //计算字符串的MD5值 LPCSTR GetDigestKey() //取MD5运算后的结果 LPCSTR GetErr() //如果有错误,取错误字串-This a user-friendly MD5 C; This category can be added to the Console program is available in MFC, and provided a detailed error handling function, is a safety class. MD5 is a routine MFC procedures, and documentation to support a string of two input. LPCSTR TargetFile (char* filename = NULL)// calculate MD5 value of the document void TargetStr (LPCSTR str)// calculate MD5 string value LPCSTR GetDigestKey ()// Operational MD5 from the results LPCSTR GetErr ()// If there were mistakes from the wrong string
Platform: | Size: 4096 | Author: 俞训峰 | Hits:

[VC/MFCVisual C++ MFC 简明教程word版

Description: 非常经典的教程。 主页:http://www.programsalon.com/developer.asp?id=victor000000 邮箱:victor000000@tom.com-A very classical tutorial. Homepage: http://www.programsalon.com/developer.asp?id=victor000000 E-mail:victor000000@tom.com
Platform: | Size: 69632 | Author: victor | Hits:

[Process-Thread完成版SuperKJData

Description: 基于mfc多线程框架的程序。可存储转发ftp程序,集客户端和服务器端-based on the framework of multi-threaded process. Ftp can be store- and-forward procedures, collect client and server
Platform: | Size: 2295808 | Author: 刘仲强 | Hits:

[VC/MFCVisual C++ 新起点

Description: 新起点共有9章:vc++6概述,vc6开发环境,面向对象编程基础,c++语言间接,windows编程间接,MFC基础及通用类,文档及视图,对话框与控件以及DLL,DDE,activeX等高级话题-new starting point for a total of nine chapters : vc six overview vc6 development environment, based on object-oriented programming, C language indirectly, windows programming indirect, based MFC and generic class, and view files, and dialog controls and DLL, DDE, activeX senior topic
Platform: | Size: 15895552 | Author: 林中营 | Hits:

[OS programAtheleticMeetingAdminister

Description: 学校田径运动会管理系统。用VC C++ MFC开发-School Games management system. MFC with VC C Development
Platform: | Size: 1150976 | Author: 广原 | Hits:

[GUI Developwtlmditab_demo

Description: This class adds a simple tab control in a WTL based MDI application. It is partly based on the freeware MFC version from Dundas Software available at
Platform: | Size: 52224 | Author: 王豫 | Hits:

[Books深入了解MFC文档视结构

Description: 帮助VC的初学者了解向导生成程序的整体结构 Visual C++ 以其功能强大、用户界面友好而倍受程序员们的青睐。但是,在当前的Microsoft 基本类库4.2 版本中,大约有将近200 个类,数千个函数,加之Microsoft 公司隐藏了一些技术细节,使得人们深入学习MFC变得十分困难。 MFC的AppWizard可以生成三种类型的应用程序:基于对话框的应用、单文档应用(SDI)和多文档应用(MDI)。前两者的结构较简单,本文不再赘叙。笔者拟从MFC中的文档/视结构入手,分析一些函数的流程,并解决编制MDI 应用程序过程中的一些常见问题。 -help beginners understand the wizard generates the overall structure of procedures Visual C with the powerful, user-friendly and highly favored by programmers. However, at present the basic class library of the Microsoft version 4.2, some nearly 200 categories, thousands of functions, coupled with Microsoft Corp. hidden some of the technical details, enabling in-depth study MFC very difficult. MFC+5.0 generate three types of applications : Based on the dialog applications, single-file application (SDI) and multi-document applications (MDI). The first two are relatively simple structure, this paper will not dwell on. The author intended from the documents MFC/depending on the structure, the analysis of functions and processes, and to address MDI application preparation process of some co
Platform: | Size: 22528 | Author: 王国维 | Hits:

[GUI Develop在MFC程序中显示JPG-GIF图像

Description: 在MFC程序中显示JPG-GIF图像,方法简单实用.经过验证.-in MFC process shows JPG-GIF images, simple and practical method. Validated.
Platform: | Size: 306176 | Author: 吴名 | Hits:

[VC/MFC清华大学C++和VC语言程序设计课件

Description: 这个是请华大学的VC 程序设计的课件。既有对C/c++语言的概括,对C++语言核心内容的讲解。也有对windows API函数的讲解.课件非常的生动,重点非常的突出,对Microsoft Press 出版社出版的<Windows 程序设计>(Charles Petzold写的)(第5版)有非常好的帮助作用。后面章节有对MFC的介绍,和VC编程的实力,技巧。认真学习之后要编一个仿Windows XP的计算器,应该不是一件很难的事了。这个是清华的期末考试的一个课程设计了。-this is to ask the Chinese University VC program design of courseware. Both the C/c the broad language of the C language on the core content. A pair of windows on the API function. Courseware very lively, very prominent focus for Microsoft Press published the lt; Windows programming gt; (Written by Charles Petzold) (Release 5) has a very good help. After chapters on the MFC, and the strength of VC programming techniques. After careful study to draw a fake Windows XP calculator, it should not be a difficult thing. This is the final examination Tsinghua University in a course design.
Platform: | Size: 4740096 | Author: srgr | Hits:

[Dialog_Windowcatjsq

Description: 用VC++MFC编写的一个简单的计算器,简单易懂。是我刚学习MFC时制作的。-MFC with VC prepared in a simple calculator, simple and understandable. Yes, I am just learning MFC production.
Platform: | Size: 1911808 | Author: 黄蕊 | Hits:

[VC/MFCMFC 简明教程

Description: 很适合初学者的mfc教程,简单明了,叙述了mfc的机制和概念,没有涉及太多复杂的内容,适合于刚接触vc的人,我个人感觉很好。-very suitable for beginners guide the mfc, concise description of the mechanism and mfc concept does not involve too many complicated elements, appropriate to begin vc people, I personally feel good.
Platform: | Size: 50176 | Author: yy | Hits:

[GUI Develop自定义窗口的创建 MFC

Description: 自定义窗口的创建 MFC(Microsoft基础类库)是Microsoft Visual C++ 提供给WINDOWS程序员的一个“工具箱”或“零件”,程序员可以直 接利用、工或组合,编出各具特色的WINDOWS应用程序。MFC的内容多而复杂,本 文仅就用MFC建立一个风格化的子窗口来简要说明一下用MFC编程的一般过程。-Create custom window MFC (Microsoft Foundation Class Library) is a Microsoft Visual C++ Available to programmers WINDOWS a toolbox or parts , the programmer can directly use, or a combination of workers, made a special WINDOWS of the application. MFC content of many and complex, this article only use MFC style of the establishment of a sub-window with a brief description of what the general process of MFC programming.
Platform: | Size: 2048 | Author: 任清波 | Hits:

[Software Engineering文件管理系统课程设计C++

Description: 本程序是用VC++下的MFC写的希望对大家有帮助,这也是我在网上辛苦找出来的.请不要见怪>-the procedures used under the VC MFC wrote to the hopes we have to help, This is what I find on the Internet the hard work. please forgive
Platform: | Size: 1824768 | Author: wang | Hits:

[GDI-Bitmap(MFC VIsual C++6编程技术内幕)源代码

Description: (MFC VIsual C++6编程技术内幕)源代码 MFC Programming with Visual C++ 6 Unleashed ( by Eugene Olafsen,Kenn Scribner,K.David White)-(MFC VIsual C++ 6.0 Programming Insider) source code MFC Programmi ng Visual C with six 119,000 (by Eugene Olafsen. Kenn Scribner, K. David White)
Platform: | Size: 11023360 | Author: ke | Hits:

[Data structs5地图染色d

Description: 基于C++的MFC实现的地图着色问题。对于使用文档/视图模型的 MFC 应用程序。-based on C++ MFC map rendering issues. The use of Document/View model MFC applications.
Platform: | Size: 827392 | Author: 李扬 | Hits:
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 50 »

CodeBus www.codebus.net